home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / seizure.dxr / Internal_27.ls < prev    next >
Encoding:
Text File  |  2001-06-12  |  151 b   |  8 lines

  1. on mouseDown
  2.   puppetSound("clickDown")
  3.   repeat while the mouseDown
  4.     set the visible of sprite the clickOn to 0
  5.     updateStage()
  6.   end repeat
  7. end
  8.